Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633412 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder

app.js cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/app.js
178 Views
0 Comments

const inputfields = document.querySelector("#getData");
const resume = document.getElementById("resume");
let inputshow = true;
const pdff=document.getElementById("submit");

function showdiv() {
resume.innerHTML = `<h1 align="center">${
style.css cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/style.css
106 Views
0 Comments
#getData {
align-items: center;
text-align: center;
}

#getData input {
width: 600px;
font-size: large;
index.html cody/swapnilsparsh/30DaysOfJavaScript/190 - Resume Builder/index.html
308 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume Builder</title>
<link rel="stylesheet" href="style.css" />